home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
60
/
60.xpi
/
chrome
/
webdeveloper.jar
/
content
/
webdeveloper
/
stylesheets
/
display_ruler.css
< prev
next >
Wrap
Cascading Style Sheet File
|
2009-06-30
|
2KB
|
79 lines
*
{
cursor: crosshair !important;
}
#webdeveloper-ruler
{
-moz-opacity: 0.5 !important;
-moz-outline: 1px solid #ff0000 !important;
background-color: #cccccc !important;
background-image: url(chrome://webdeveloper/content/images/features/ruler.png) !important;
border-style: none !important;
height: 0;
left: 0;
margin: 0 !important;
opacity: 0.5 !important;
outline: 1px solid #ff0000 !important;
padding: 0 !important;
position: absolute !important;
top: 0;
width: 0;
z-index: 999 !important;
}
#webdeveloper-ruler > div > div
{
background-color: #666666 !important;
border-color: #ff0000 !important;
border-style: solid !important;
height: 15px !important;
margin: 0 !important;
padding: 0 !important;
position: absolute !important;
width: 15px !important;
}
#webdeveloper-ruler-container
{
border-style: none !important;
cursor: move !important;
height: 100% !important;
margin: 0 !important;
overflow: hidden !important;
padding: 0 !important;
position: relative !important;
width: 100% !important;
}
#webdeveloper-ruler-north-east
{
border-width: 0 0 1px 1px !important;
cursor: ne-resize !important;
right: 0 !important;
top: 0 !important;
}
#webdeveloper-ruler-north-west
{
border-width: 0 1px 1px 0 !important;
cursor: nw-resize !important;
left: 0 !important;
top: 0 !important;
}
#webdeveloper-ruler-south-east
{
border-width: 1px 0 0 1px !important;
bottom: 0 !important;
cursor: se-resize !important;
right: 0 !important;
}
#webdeveloper-ruler-south-west
{
border-width: 1px 1px 0 0 !important;
bottom: 0 !important;
cursor: sw-resize !important;
left: 0 !important;
}